home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / etime.z / etime
Encoding:
Text File  |  1998-10-30  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. EEEETTTTIIIIMMMMEEEE((((3333FFFF))))                                                            EEEETTTTIIIIMMMMEEEE((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      etime, dtime - return user+system execution time
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      rrrreeeeaaaallll ffffuuuunnnnccccttttiiiioooonnnn eeeettttiiiimmmmeeee ((((ttttaaaarrrrrrrraaaayyyy))))
  13.      rrrreeeeaaaallll ttttaaaarrrrrrrraaaayyyy((((2222))))
  14.  
  15.      rrrreeeeaaaallll ffffuuuunnnnccccttttiiiioooonnnn ddddttttiiiimmmmeeee ((((ttttaaaarrrrrrrraaaayyyy))))
  16.      rrrreeeeaaaallll ttttaaaarrrrrrrraaaayyyy((((2222))))
  17.  
  18. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.      These two routines return user and system runtime in seconds for the
  20.      calling process.  _D_t_i_m_e returns the user and system time since the last
  21.      call to _d_t_i_m_e, or the start of execution on the first call.
  22.  
  23.      The argument array returns user time in the first element and system time
  24.      in the second element.  The function value is the sum of user and system
  25.      time.  This value approximates the program's elapsed time on a quiet
  26.      system.
  27.  
  28.      The resolution of all timing is 1/HZ.  See the system include file
  29.      _p_a_r_a_m._h in /_u_s_r/_i_n_c_l_u_d_e/_s_y_s for the value of HZ.
  30.  
  31. FFFFIIIILLLLEEEESSSS
  32.      /usr/lib/libU77.a
  33.  
  34. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  35.      times(2)
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.